crypto/tls.certificateMsg.marshal (method, view implemented interface methods)
7 uses
crypto/tls (current package)
handshake_client.go#L480: hs.finishedHash.Write(certMsg.marshal())
handshake_client.go#L578: hs.finishedHash.Write(certMsg.marshal())
handshake_client.go#L579: if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
handshake_messages.go#L1207: func (m *certificateMsg) marshal() (x []byte) {
handshake_server.go#L507: hs.finishedHash.Write(certMsg.marshal())
handshake_server.go#L508: if _, err := c.writeRecord(recordTypeHandshake, certMsg.marshal()); err != nil {
handshake_server.go#L586: hs.finishedHash.Write(certMsg.marshal())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)